Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 4 de 4
Filtrar
Mais filtros











Base de dados
Intervalo de ano de publicação
1.
Microsc Microanal ; 30(1): 151-159, 2024 Mar 07.
Artigo em Inglês | MEDLINE | ID: mdl-38302194

RESUMO

Analysis of bone marrow aspirates (BMAs) is an essential step in the diagnosis of hematological disorders. This analysis is usually performed based on a visual examination of samples under a conventional optical microscope, which involves a labor-intensive process, limited by clinical experience and subject to high observer variability. In this work, we present a comprehensive digital microscopy system that enables BMA analysis for cell type counting and differentiation in an efficient and objective manner. This system not only provides an accessible and simple method to digitize, store, and analyze BMA samples remotely but is also supported by an Artificial Intelligence (AI) pipeline that accelerates the differential cell counting process and reduces interobserver variability. It has been designed to integrate AI algorithms with the daily clinical routine and can be used in any regular hospital workflow.


Assuntos
Inteligência Artificial , Doenças Hematológicas , Humanos , Medula Óssea , Microscopia , Doenças Hematológicas/diagnóstico , Algoritmos
2.
Sci Rep ; 10(1): 19699, 2020 11 12.
Artigo em Inglês | MEDLINE | ID: mdl-33184423

RESUMO

Glioblastoma is the most frequent aggressive primary brain tumor amongst human adults. Its standard treatment involves chemotherapy, for which the drug temozolomide is a common choice. These are heterogeneous and variable tumors which might benefit from personalized, data-based therapy strategies, and for which there is room for improvement in therapy response follow-up, investigated with preclinical models. This study addresses a preclinical question that involves distinguishing between treated and control (untreated) mice bearing glioblastoma, using machine learning techniques, from magnetic resonance-based data in two modalities: MRI and MRSI. It aims to go beyond the comparison of methods for such discrimination to provide an analytical pipeline that could be used in subsequent human studies. This analytical pipeline is meant to be a usable and interpretable tool for the radiology expert in the hope that such interpretation helps revealing new insights about the problem itself. For that, we propose coupling source extraction-based and radiomics-based data transformations with feature selection. Special attention is paid to the generation of radiologist-friendly visual nosological representations of the analyzed tumors.


Assuntos
Neoplasias Encefálicas/tratamento farmacológico , Glioblastoma/tratamento farmacológico , Reconhecimento Automatizado de Padrão/métodos , Temozolomida/administração & dosagem , Animais , Neoplasias Encefálicas/diagnóstico por imagem , Linhagem Celular Tumoral , Glioblastoma/diagnóstico por imagem , Humanos , Aprendizado de Máquina , Imageamento por Ressonância Magnética , Espectroscopia de Ressonância Magnética , Masculino , Camundongos , Estudos Retrospectivos , Temozolomida/uso terapêutico , Resultado do Tratamento , Ensaios Antitumorais Modelo de Xenoenxerto
4.
Source Code Biol Med ; 8(1): 20, 2013 Oct 11.
Artigo em Inglês | MEDLINE | ID: mdl-24119305

RESUMO

BACKGROUND: Gray scale images make the bulk of data in bio-medical image analysis, and hence, the main focus of many image processing tasks lies in the processing of these monochrome images. With ever improving acquisition devices, spatial and temporal image resolution increases, and data sets become very large.Various image processing frameworks exists that make the development of new algorithms easy by using high level programming languages or visual programming. These frameworks are also accessable to researchers that have no background or little in software development because they take care of otherwise complex tasks. Specifically, the management of working memory is taken care of automatically, usually at the price of requiring more it. As a result, processing large data sets with these tools becomes increasingly difficult on work station class computers.One alternative to using these high level processing tools is the development of new algorithms in a languages like C++, that gives the developer full control over how memory is handled, but the resulting workflow for the prototyping of new algorithms is rather time intensive, and also not appropriate for a researcher with little or no knowledge in software development.Another alternative is in using command line tools that run image processing tasks, use the hard disk to store intermediate results, and provide automation by using shell scripts. Although not as convenient as, e.g. visual programming, this approach is still accessable to researchers without a background in computer science. However, only few tools exist that provide this kind of processing interface, they are usually quite task specific, and don't provide an clear approach when one wants to shape a new command line tool from a prototype shell script. RESULTS: The proposed framework, MIA, provides a combination of command line tools, plug-ins, and libraries that make it possible to run image processing tasks interactively in a command shell and to prototype by using the according shell scripting language. Since the hard disk becomes the temporal storage memory management is usually a non-issue in the prototyping phase. By using string-based descriptions for filters, optimizers, and the likes, the transition from shell scripts to full fledged programs implemented in C++ is also made easy. In addition, its design based on atomic plug-ins and single tasks command line tools makes it easy to extend MIA, usually without the requirement to touch or recompile existing code. CONCLUSION: In this article, we describe the general design of MIA, a general purpouse framework for gray scale image processing. We demonstrated the applicability of the software with example applications from three different research scenarios, namely motion compensation in myocardial perfusion imaging, the processing of high resolution image data that arises in virtual anthropology, and retrospective analysis of treatment outcome in orthognathic surgery. With MIA prototyping algorithms by using shell scripts that combine small, single-task command line tools is a viable alternative to the use of high level languages, an approach that is especially useful when large data sets need to be processed.

SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA